testing/iotest.dataErrReader.unread (field)

6 uses

	testing/iotest (current package)
		reader.go#L51: 	unread []byte
		reader.go#L59: 		if len(r.unread) == 0 {
		reader.go#L61: 			r.unread = r.data[0:n1]
		reader.go#L67: 		n = copy(p, r.unread)
		reader.go#L68: 		r.unread = r.unread[n:]